home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / autodesc.zip / AUTODESC.DOC next >
Text File  |  1992-02-09  |  5KB  |  108 lines

  1. AUTODESC    (c) 1991-92          Karl Schneider
  2.                                  S & H Engineering
  3.                                  8505 Woodwick Ct.
  4. For Wildcat! 3.0x+ ONLY!         Tampa, FL 33615
  5.                                  813-884-9661 voice day/eve
  6.                                               bbs midnite-0600 EST
  7.  
  8.                          REVISION HISTORY
  9.  
  10. **********************************************************************
  11. 2-9-92 UPDATE:  NOW SUPPORTS .ARJ AND .LZH ARCHIVES TOO!
  12. **********************************************************************
  13. 12-07-91.  BUG FIX.  Previous version could hang up on some uploads
  14. if WC put the record in a 'deleted' record's location in ALLFILES.DAT.
  15. Please replace any earlier versions with the one dated today, 12-7-91!
  16. ***********************************************************************
  17.  
  18. 11/30/91.  This date's version now searches the ALLFILES.DAT from
  19. the end rather than the beginning which will usually speed up its
  20. operation greatly.  Note, however, that if files have recently been
  21. DELETED by Wildcat (or a PRO utility) the new upload may be put in
  22. the 'hole' left by the deletion which could be near the BEGINNING
  23. of the database...in that case, AUTODESC will be slow on very large
  24. ALLFILES.DATs.  I'm still looking for a compatible BTree toolbox for
  25. C that will permit better performance on this and some other WC util-
  26. ities.  You may want to run WCREPAIR on your Files to get rid of
  27. any unused records occasionally, this will speed up AUTODESC con-
  28. siderably.
  29. ---------------------------------------------------------------------
  30. 11/24/91.  MAJOR CHANGE!  Added code to make Desqview Aware, CHANGED
  31. DESCRIPTION FILE NAME.  WC3DESC is NOT now supported!  AUTODESC now
  32. looks for either DESC.SDI or FILE_ID.DIZ for its description!  This
  33. has been requested by several people.  Please erase any versions
  34. of AUTODESC or PUTDESC dated before 11/24/91.
  35. ---------------------------------------------------------------------
  36. 11/15/91 update:  Added PUTDESC.EXE and PUTDESC.DOC to this archive.
  37. You may wish to create a separate .ZIP with these 2 files in it for
  38. your users to download.  See PUTDESC.DOC file for details.
  39. =====================================================================
  40. =====================================================================
  41.  
  42.                         About The Program
  43.  
  44. AUTODESC is a utility program I wrote to hopefully simplify adding
  45. file descriptions when uploading to Wildcat 3.0 systems.  It
  46. works in your SCANFILE.BAT along with other utilities you may have
  47. which verify ZIP files like ZIPLAB (c), CATSCAN (c), etc.
  48.  
  49. What AUTODESC does is check uploaded .ZIP files for the existence
  50. of DESC.SDI or FILE_ID.DIZ.  If EITHER has been included in the .ZIP
  51. upload, it reads it and inserts its contents into the Wildcat 3.0
  52. File Database DESCRIPTION.
  53.  
  54. You can tell your users that they can add one of these to any .ZIP, .ARJ
  55. or .LZH file they wish to upload, then when asked by Wildcat for its
  56. description, just press Enter (or type anything else...AUTODESC will
  57. over-write it anyway).  I believe this may appeal to some
  58. users, avoiding having to type descriptions online after uploading.
  59.  
  60. Uploads other than those with any of these 3 extensions are ignored.
  61.  
  62. To use AUTODESC:
  63.  
  64. 1.  You must have PKUNZIP.EXE on your system so that it can be run
  65.     from your WC Home directory...(in your PATH or WC dir)
  66.     If you allow .ARJ and/or .LZH uploads, you must ALSO have ARJ.EXE
  67.     and LHARC.EXE pathed.  If you have a later LHA program called
  68.     LHA.EXE, you must either re-name it or COPY it to LHARC.EXE.
  69.  
  70. 2.  Put AUTODESC.EXE anywhere in your PATH.
  71.  
  72. 3.  Create or add to your SCANFILE.BAT (in your Wildcat Home directory)
  73.     the following command:
  74.  
  75.     autodesc %1
  76.  
  77. That's all there is to it!  Please note that if you are doing OTHER
  78. things in SCANFILE that require you to change directory, like maybe
  79. to the wcwork\node%NODEID% , you will need to CD back to the WCat
  80. HOME dir before calling AUTODESC.
  81.  
  82. Remember to tell your users that ONLY 60 characters are allowed for
  83. the description!  If they make it longer, or more than one
  84. line, AUTODESC will just chop it off at the 60th char!  If they
  85. use PUTDESC, it will be taken care of automatically.
  86.  
  87. Note that AUTODESC will also work with LOCAL uploads; so that is a
  88. way you can add descriptions to your WC files without having to
  89. type them in while you're logged in locally...
  90.  
  91. Try to let your users know that AUTODESC is installed...maybe a
  92. bulletin, a short note in your PREUP.BBS display file, or both...
  93.  
  94. AUTODESC is successfully operating on many Wildcat 3.x+ systems and I
  95. have not had any reports of problems, but as with any software, wide
  96. variations in system configurations can sometimes cause unexpected or
  97. unforseeable results.  For this reason, I make no warranties with
  98. respect to this program as to its usability, safety to data, or any
  99. results deriving from its use, and accept no responsibility for any
  100. loss or damages directly or indirectly caused by using it.
  101.  
  102. If the program is useful to you, a modest registration is in order.  If
  103. you contribute $30 or more, you will be entitled to support on ALL
  104. my WC3 utilities.  Any bug reports, comments or suggestion are
  105. solicited and welcome!  Thanks.
  106. -eof-
  107.  
  108.